home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 019 / 123pcjr.arc / JRSBINST.BAT < prev    next >
DOS Batch File  |  1984-06-07  |  2KB  |  35 lines

  1. echo off
  2. b:
  3. cls
  4. echo     *------------------------------------------------------------------*
  5. echo     *     PCjr DOS 2.10 INSTALLATION for 1-2-3 SYSTEM BACKUP DISK      *
  6. echo     *------------------------------------------------------------------*
  7. echo     * TWO DISK DRIVE INSTALLATION    *  SINGLE DISK DRIVE INSTALLATION *
  8. echo     *------------------------------------------------------------------*
  9. echo     * Please make sure that:         * Please make sure that:          *
  10. echo     *                                *                                 *
  11. echo     * A DOS 2.10 Disk is in Drive A. * The 1-2-3 SYSTEM BACKUP Disk is *
  12. echo     *                                * in the Disk Drive.              *
  13. echo     * The 1-2-3 SYSTEM BACKUP Disk   *                                 *
  14. echo     * is in Drive B.                 * When the "Insert Disk for Drive *
  15. echo     *                                * A" message appears, insert the  *
  16. echo     *                                * DOS 2.10 Disk in the Drive.     *
  17. echo     *                                *                                 *
  18. echo     *                                * When the "Insert Disk for Drive *
  19. echo     *                                * B" message appears, insert the  *
  20. echo     *                                * 1-2-3 SYSTEM BACKUP Disk in the *
  21. echo     *                                * Drive.                          *
  22. echo     *------------------------------------------------------------------*
  23. pause
  24. echo on
  25. a:
  26. sys b:
  27. copy   COMMAND.COM   B:/V
  28. echo off
  29. cls
  30. echo     DOS 2.10 installation for 1-2-3 SYSTEM BACKUP is now complete.
  31. echo    
  32. echo     .............End of DOS installation procedure................
  33. echo on
  34.  
  35.